home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Extension Changer / extchanger.exe / extmain.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2004-09-17  |  2KB  |  84 lines

  1. object Form2: TForm2
  2.   Left = 256
  3.   Top = 373
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Extension Changer'
  7.   ClientHeight = 164
  8.   ClientWidth = 250
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BevDownload: TBevel
  20.     Left = 8
  21.     Top = 104
  22.     Width = 233
  23.     Height = 17
  24.     Shape = bsFrame
  25.     Visible = False
  26.   end
  27.   object Lbldownload: TLabel
  28.     Left = 14
  29.     Top = 105
  30.     Width = 224
  31.     Height = 13
  32.     Cursor = crHandPoint
  33.     Caption = 'http://www.yehiaeg.com/extchang.exe'
  34.     Color = clBlack
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = 5254659
  37.     Font.Height = -11
  38.     Font.Name = 'Tahoma'
  39.     Font.Style = [fsBold]
  40.     ParentColor = False
  41.     ParentFont = False
  42.     Transparent = True
  43.     Visible = False
  44.     OnClick = LbldownloadClick
  45.   end
  46.   object TxtInfo: TMemo
  47.     Left = 8
  48.     Top = 8
  49.     Width = 233
  50.     Height = 97
  51.     Font.Charset = ARABIC_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'Tahoma'
  55.     Font.Style = []
  56.     Lines.Strings = (
  57.       'Click the button to Check'
  58.       'for the latest version...'
  59.       ''
  60.       'The Application will connect to a web '
  61.       'server , make sure that you have an '
  62.       'active internet connection.')
  63.     ParentFont = False
  64.     ReadOnly = True
  65.     ScrollBars = ssVertical
  66.     TabOrder = 0
  67.   end
  68.   object CmdCheck: TButton
  69.     Left = 40
  70.     Top = 128
  71.     Width = 177
  72.     Height = 25
  73.     Caption = 'Check'
  74.     Font.Charset = ARABIC_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'Tahoma'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 1
  81.     OnClick = CmdCheckClick
  82.   end
  83. end
  84.